<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/xml-to-html.xsl"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
  <head>
    <variable name="creator_of_post"/>
  </head>
  <results>
    <result>
      <binding name="creator_of_post">
        <literal>Alice</literal>
      </binding>
    </result>
  </results>
</sparql>
